uimanager: Correctly indent code
authorBenjamin Otte <otte@redhat.com>
Thu, 25 Aug 2016 19:05:25 +0000 (21:05 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 25 Aug 2016 21:02:27 +0000 (23:02 +0200)
gtk/deprecated/gtkuimanager.c

index e990a6c6a6612250891fa0d5a87b94b0b20736eb..9eea97b4cfbb66359e02733b6ccd4c5ce9d3aa50 100644 (file)
@@ -1267,16 +1267,16 @@ get_child_node (GtkUIManager *manager,
                               NODE_INFO (child)->name,
                               NODE_INFO (child)->type);
 
-                    if (node_is_dead (child))
-                      {
-                        /* This node was removed but is still dirty so
-                         * it is still in the tree. We want to treat this
-                         * as if it didn't exist, which means we move it
-                         * to the position it would have been created at.
-                         */
-                        g_node_unlink (child);
-                        goto insert_child;
-                      }
+                  if (node_is_dead (child))
+                    {
+                      /* This node was removed but is still dirty so
+                       * it is still in the tree. We want to treat this
+                       * as if it didn't exist, which means we move it
+                       * to the position it would have been created at.
+                       */
+                      g_node_unlink (child);
+                      goto insert_child;
+                    }
 
                  return child;
                }